home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00166_Script_VisibilityChecker
< prev
next >
Wrap
Text File
|
1999-02-25
|
558b
|
24 lines
property whichSprite
on exitFrame me
if the locv of sprite whichSprite > 10 then
set the visibility of sprite the spriteNum of me = the visibility of sprite whichSprite
else
set the visibility of sprite the spriteNum of me = FALSE
end if
updateStage
end
on getPropertyDescriptionList
set p_list = [ ¼
whichSprite : [ #comment: " The visibility of whichSprite:", ¼
#format: #integer, ¼
#default: 1 ] ]
return p_list
end